operator overloading

运算符重载:在计算机编程中

常用释义

词性释义

运算符重载:在计算机编程中,运算符重载是一种允许程序员为已有的运算符赋予新的功能的技术。通过运算符重载,可以使代码更简洁、易读。
例句
  • 全部
1·Discusses changes to operator overloading.
讨论运算符重载的更改。
2·More consistent, symmetric operator overloading.
更一致的、对称的操作符重载。
3·In Listing 2, you can see the operator overloading I set up in Listing 1 in action.
在清单2中,可以看到我在清单1中设置的操作符重载的效果。
4·That was the first time I was introduced to the concept of operator overloading.
这是我第一次被介绍给了操作符重载的概念。
5·Operator overloading that works well with generics and built-in primitive types.
运算子多载,适用于泛型及内建基本型别。
6·Operator overloading - overloading operator allows the DSL to provide a natural syntax.
运算符重载——对运算符进行重载可以使DSL可以提供一个更为自然的语法。
7·Operator overloading does not work for some stuff, works for others... linker error lnk2019.
操作符重载不工作对一些东西,为别人工作…链接器错误LNK2019。
8·Operator overloading allows new data types to be created that seamlessly integrate into the language.
运算符重载允许创建与语言无缝集成的新数据类型。
9·So there are some downsides, in my view, to doing operator overloading, but there's some real pluses.
它还可以应用于其他一些东西,因此这样做操作符重载,就会产生一些负面影响了,以我的观点来看的话。
10·We'll learn more about operator overloading in the next chapter, but in this chapter we cover the assignment operator.
在下一章我们将进一步学习操作符重载,本章中我们先介绍赋值操作符。